auto merge of #265 : alexcrichton/cargo/issue-261, r=wycats
authorbors <bors@rust-lang.org>
Mon, 28 Jul 2014 17:54:13 +0000 (17:54 +0000)
committerbors <bors@rust-lang.org>
Mon, 28 Jul 2014 17:54:13 +0000 (17:54 +0000)
commitc5ba6572cb7f8e4a0f02e699d8837347b1e71f8b
treeb667612523fa2937666a724a4040fee42296705c
parent0b884370f818d20e16a85692d673254c25f257f4
parentd715fa4f075ef533f4e957f4e997a577f0640019
auto merge of #265 : alexcrichton/cargo/issue-261, r=wycats

Receiving a signal is normally indicative of violent termination, so the
subcommand can't be relied upon to have printed some status information. As a
result, signals now have some extra errors printed to stderr when they fail.

Closes #261. The actual signal is still a bug, but it's an upstream rust bug.